derelict.glib.gchecksum

Undocumented in source.

Members

Aliases

GChecksum
alias GChecksum = _GChecksum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GChecksumType
alias GChecksumType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_checksum_copy
alias da_g_checksum_copy = GChecksum* function(const(GChecksum)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_checksum_free
alias da_g_checksum_free = void function(GChecksum* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_checksum_get_digest
alias da_g_checksum_get_digest = void function(GChecksum* checksum, guint8* buffer, gsize* digest_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_checksum_get_string
alias da_g_checksum_get_string = const(gchar)* function(GChecksum* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_checksum_new
alias da_g_checksum_new = GChecksum* function(GChecksumType checksum_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_checksum_reset
alias da_g_checksum_reset = void function(GChecksum* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_checksum_type_get_length
alias da_g_checksum_type_get_length = gssize function(GChecksumType checksum_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_checksum_update
alias da_g_checksum_update = void function(GChecksum* checksum, const(guchar)* data, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_compute_checksum_for_data
alias da_g_compute_checksum_for_data = gchar* function(GChecksumType checksum_type, const(guchar)* data, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_compute_checksum_for_string
alias da_g_compute_checksum_for_string = gchar* function(GChecksumType checksum_type, const(gchar)* str, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_checksum_copy
GChecksum* g_checksum_copy(const(GChecksum)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_free
void g_checksum_free(GChecksum* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_get_digest
void g_checksum_get_digest(GChecksum* checksum, guint8* buffer, gsize* digest_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_get_string
const(gchar)* g_checksum_get_string(GChecksum* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_new
GChecksum* g_checksum_new(GChecksumType checksum_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_reset
void g_checksum_reset(GChecksum* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_type_get_length
gssize g_checksum_type_get_length(GChecksumType checksum_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_update
void g_checksum_update(GChecksum* checksum, const(guchar)* data, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_compute_checksum_for_data
gchar* g_compute_checksum_for_data(GChecksumType checksum_type, const(guchar)* data, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_compute_checksum_for_string
gchar* g_compute_checksum_for_string(GChecksumType checksum_type, const(gchar)* str, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_checksum_copy
da_g_checksum_copy g_checksum_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_free
da_g_checksum_free g_checksum_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_get_digest
da_g_checksum_get_digest g_checksum_get_digest;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_get_string
da_g_checksum_get_string g_checksum_get_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_new
da_g_checksum_new g_checksum_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_reset
da_g_checksum_reset g_checksum_reset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_type_get_length
da_g_checksum_type_get_length g_checksum_type_get_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_checksum_update
da_g_checksum_update g_checksum_update;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_compute_checksum_for_data
da_g_compute_checksum_for_data g_compute_checksum_for_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_compute_checksum_for_string
da_g_compute_checksum_for_string g_compute_checksum_for_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GChecksum
struct _GChecksum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta